go/types._TypeSet.hasTerms (method)
5 uses
go/types (current package)
instantiate.go#L325: if !Ti.typeSet().hasTerms() {
typeset.go#L75: hasTerms := s.hasTerms()
typeset.go#L105: func (s *_TypeSet) hasTerms() bool { return !s.terms.isEmpty() && !s.terms.isAll() }
typeset.go#L114: if !s.hasTerms() {
typeset.go#L139: if !s.hasTerms() {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)